home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_24
/
PlaceObject2_17_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
221 b
|
11 lines
onClipEvent(enterFrame){
if(this._x <= size - size - size)
{
this._y = random(300) + 60;
this._x = 700 + size;
}
this._x -= randomSpeed;
this._xscale = size;
this._yscale = size;
}